if getclip('sc_shit')='ON' then ou='SAY /HILITE';else ou='SAY /UNHILITE'
do i=1 to words(l);ou '"'upper(word(l,i))'"';end
end
exit
igtime:
pr='IgnoreTime'
x=getclip('sc_ig_count')
if length(args)~=1|datatype(args,'n')=0 then cecho(pr,'Usage: /KC IGTIME <N> (1-9 minutes)')
else do
call setclip('sc_ig_count',args)
x=args
end
cecho(pr,'Current setting:' x 'minutes')
exit
autopdel:
pr='AutoOpDelay'
x=getclip('sc_autopdel')
if datatype(args,'n')=0 then cecho(pr,'Usage: /KC OPDEL <N> - N is in seconds.0 to disable.')
else do
if args=0 then args=''
call setclip('sc_autopdel',args)
x=args
end
cecho(pr,'Current setting:' x 'seconds')
exit
sensors:
if args='' then cecho('Sensors','Usage: /kc SENS <RESET> <MSG> <CTCP> <NOTICE> <DCC> <MODE> <KICK> <JOIN> <INVITE> replace an argument with "." to be skipped')